Event argument for the NeedObject event.
| C# | Visual Basic |
public class NeedObjectEventArgs : EventArgs
Public Class NeedObjectEventArgs Inherits EventArgs
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| 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.) |
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).
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2022.8.22.610