InitializingNewItemEventHandler Delegate
.NET Framework (current version)
Represents the method that will handle the InitializingNewItem event of a DataGrid.
Assembly: PresentationFramework (in PresentationFramework.dll)
Public Delegate Sub InitializingNewItemEventHandler ( sender As Object, e As InitializingNewItemEventArgs )
Parameters
- sender
-
Type:
System.Object
The source for the event.
- e
-
Type:
System.Windows.Controls.InitializingNewItemEventArgs
The data for the event.
.NET Framework
Available since 4.0
Available since 4.0
Show: