Raised when a new Record instance is created for this result object.
Listeners can add additional initialization behavior (for example adding additional
properties to the record) as desired.
Namespace:
Endeca.Data.ProviderAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# |
|---|
public event EventHandler<RecordCreatedEventArgs> RecordCreated |
| Visual Basic (Declaration) |
|---|
Public Event RecordCreated As EventHandler(Of RecordCreatedEventArgs) |
| Visual C++ |
|---|
public: event EventHandler<RecordCreatedEventArgs^>^ RecordCreated { void add (EventHandler<RecordCreatedEventArgs^>^ value); void remove (EventHandler<RecordCreatedEventArgs^>^ value); } |