FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridIncrementalLoadingCell Class / OnRender Method

In This Topic
    OnRender Method (GridIncrementalLoadingCell)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnRender( _
       ByVal dc As DrawingContext _
    ) 
    protected virtual void OnRender( 
       DrawingContext dc
    )

    Parameters

    dc
    See Also