Handler delegate
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public delegate void DataRowEventHandler( Object sender, SearchResult..::..DataRowEventArgs e )
public delegate void DataRowEventHandler( Object sender, SearchResult..::..DataRowEventArgs e )
Public Delegate Sub DataRowEventHandler ( sender As Object, e As SearchResult..::..DataRowEventArgs )
Public Delegate Sub DataRowEventHandler ( sender As Object, e As SearchResult..::..DataRowEventArgs )
public delegate void DataRowEventHandler( Object^ sender, SearchResult..::..DataRowEventArgs^ e )
public delegate void DataRowEventHandler( Object^ sender, SearchResult..::..DataRowEventArgs^ e )
type DataRowEventHandler = delegate of sender : Object * e : SearchResult..::..DataRowEventArgs -> unit
type DataRowEventHandler = delegate of sender : Object * e : SearchResult..::..DataRowEventArgs -> unit
Parameters
- sender (Object)
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120