FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / RowDetailsApplyingEventArgs Class
Members

In This Topic
    RowDetailsApplyingEventArgs Class
    In This Topic
    Provides data for the C1FlexGridBase.RowDetailsApplying event.
    Object Model
    RowDetailsApplyingEventArgs Class
    Syntax
    'Declaration
     
    
    Public Class RowDetailsApplyingEventArgs 
       Inherits System.ComponentModel.CancelEventArgs
    public class RowDetailsApplyingEventArgs : System.ComponentModel.CancelEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          System.ComponentModel.CancelEventArgs
             C1.Win.C1FlexGrid.RowDetailsApplyingEventArgs

    See Also