Keyoti SearchUnit API Docs
NeedObjectEventArgs Class
API DocumentationKeyoti.SearchEngine.EventsNeedObjectEventArgs
Keyoti SearchUnit v6
Event argument for the NeedObject event.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public class NeedObjectEventArgs : EventArgs
public class NeedObjectEventArgs : EventArgs
Public Class NeedObjectEventArgs
	Inherits EventArgs
Public Class NeedObjectEventArgs
	Inherits EventArgs
public ref class NeedObjectEventArgs : public EventArgs
public ref class NeedObjectEventArgs : public EventArgs
type NeedObjectEventArgs =  
    class
        inherit EventArgs
    end
type NeedObjectEventArgs =  
    class
        inherit EventArgs
    end
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
NeedObjectEventArgs(Object, Configuration)
New instance.

Configuration
The configuration being used.

Equals(Object) (Inherited from Object.)
Finalize()()()() (Inherited from Object.)
GetHashCode()()()() (Inherited from Object.)
GetType()()()() (Inherited from Object.)
MemberwiseClone()()()() (Inherited from Object.)
RequiredObject
Holds an object of the type that is needed.

ToString()()()() (Inherited from Object.)
Remarks
RequiredObject holds an object of the type that is needed. Whatever object is set in RequiredObject will be used. This means that the RequiredObject can be left-alone, modified or replaced with a new instance (subclass for example).
Inheritance Hierarchy
Object
EventArgs
 NeedObjectEventArgs

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120