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 void InitializingNewItemEventHandler( Object^ sender, InitializingNewItemEventArgs^ e )
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: