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