PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / EmptyGridBehavior Class / OnAttachedTo Method
The grid.

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

    Parameters

    grid
    The grid.
    See Also