Represents the method that will handle the measure row events of grid provider classes.
Namespace:
Greatis.PrintSuite.ProvidersAssembly: Greatis.PrintSuite.Providers.Grids (in Greatis.PrintSuite.Providers.Grids.dll)
Syntax
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Delegate Sub MeasureRowEventHandler ( _ sender As Object, _ e As MeasureRowEventArgs _ ) |
C# |
---|
[SerializableAttribute] public delegate void MeasureRowEventHandler( Object sender, MeasureRowEventArgs e ) |
Visual C++ |
---|
[SerializableAttribute] public delegate void MeasureRowEventHandler( Object^ sender, MeasureRowEventArgs^ e ) |
JavaScript |
---|
function(sender, e); |
Parameters
- sender
- Type: System..::.Object
The source of the event.
- e
- Type: Greatis.PrintSuite.Providers..::.MeasureRowEventArgs
Event data.