DataPA Enterprise Dashboard Controls API Reference
Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# |
|---|
public delegate void ApplyingDataGridLayoutEventHandler( Object sender, ApplyingDataGridLayoutEventArgs e ) |
| Visual Basic |
|---|
Public Delegate Sub ApplyingDataGridLayoutEventHandler ( sender As Object, e As ApplyingDataGridLayoutEventArgs ) |
| Visual C++ |
|---|
public delegate void ApplyingDataGridLayoutEventHandler( Object^ sender, ApplyingDataGridLayoutEventArgs^ e ) |
Parameters
- sender
- Type: System..::..Object