OnAttachedTo Method (FlexGridDetailProvider)
In This Topic
Called when the behavior is attached to the grid.
Syntax
'Declaration
Protected Overridable Sub OnAttachedTo( _
ByVal As FlexGrid _
)
protected virtual void OnAttachedTo(
FlexGrid
)
Parameters
- grid
- The grid.
See Also