FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / CheckListBehavior Class / OnAttachedTo Method
The grid.

In This Topic
    OnAttachedTo Method (CheckListBehavior)
    In This Topic
    Called when the behavior is attached to the grid.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnAttachedTo( _
       ByVal grid As FlexGrid _
    ) 
    protected override void OnAttachedTo( 
       FlexGrid grid
    )

    Parameters

    grid
    The grid.
    See Also