Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / LeaveCellEventArgs Class
Members


In This Topic
    LeaveCellEventArgs Class
    In This Topic
    Represents the event data for the LeaveCell event for the GcSpreadSheet component; occurs when focus leaves a cell.
    Object Model
    LeaveCellEventArgs Class
    Syntax
    'Declaration
     
    Public Class LeaveCellEventArgs 
       Inherits System.ComponentModel.CancelEventArgs
    'Usage
     
    Dim instance As LeaveCellEventArgs
    public class LeaveCellEventArgs : System.ComponentModel.CancelEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          System.ComponentModel.CancelEventArgs
             GrapeCity.Windows.SpreadSheet.UI.LeaveCellEventArgs

    See Also