Arguments for AddDocument event which provides the opportunity to cancel a document from being added
| C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public class AddDocumentEventArgs : EventArgs
public class AddDocumentEventArgs : EventArgs
Public Class AddDocumentEventArgs Inherits EventArgs
Public Class AddDocumentEventArgs Inherits EventArgs
public ref class AddDocumentEventArgs : public EventArgs
public ref class AddDocumentEventArgs : public EventArgs
type AddDocumentEventArgs = class inherit EventArgs end
type AddDocumentEventArgs = class inherit EventArgs end
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| AddDocumentEventArgs(Document, XmlDataAccess) |
Constructor
| |
| Cancel |
Set to true to cancel the document being added
| |
| Cancelable |
Whether the event is cancelable - this is generally false for "Added" events and true for "Adding" events.
| |
| DataAccess |
The current DataAccess.
| |
| Document |
The Document that is about to be added
| |
| DocumentUri |
The uri of the document that is about to be added
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() | (Inherited from Object.) | |
| GetHashCode()()()() | (Inherited from Object.) | |
| GetType()()()() | (Inherited from Object.) | |
| MemberwiseClone()()()() | (Inherited from Object.) | |
| ToString()()()() | (Inherited from Object.) |
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120