Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / Cell Class / OnLeavingEdit Method
A LeavingEditEventArgs that contains the event data.


In This Topic
    OnLeavingEdit Method
    In This Topic
    Raises the LeavingEdit event.
    Syntax
    'Declaration
     
    Protected Friend Overridable Sub OnLeavingEdit( _
       ByVal e As LeavingEditEventArgs _
    ) 
    'Usage
     
    Dim instance As Cell
    Dim e As LeavingEditEventArgs
     
    instance.OnLeavingEdit(e)
    protected internal virtual void OnLeavingEdit( 
       LeavingEditEventArgs e
    )

    Parameters

    e
    A LeavingEditEventArgs that contains the event data.
    Remarks
    When overriding OnLeavingEdit in a derived class, be sure to call the base class's OnLeavingEdit method so that registered delegates receive the event.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also