Event fired just before data row is added to data table during initialization of DataSet property.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public event SearchResult..::.DataRowEventHandler BeforeDataRowAdd
Public Event BeforeDataRowAdd As SearchResult..::.DataRowEventHandler
public: event SearchResult..::.DataRowEventHandler^ BeforeDataRowAdd { void add (SearchResult..::.DataRowEventHandler^ value); void remove (SearchResult..::.DataRowEventHandler^ value); }
Remarks
Only happens if DataSet property is used.