Accordion for WinForms | ComponentOne
C1.Win.Accordion Namespace / ExpandDirectionChangingEventArgs Class
Members

In This Topic
    ExpandDirectionChangingEventArgs Class
    In This Topic
    Provides data for the ExpandDirectionChanging event.
    Syntax
    'Declaration
     
    
    Public Class ExpandDirectionChangingEventArgs 
       Inherits System.ComponentModel.CancelEventArgs
    public class ExpandDirectionChangingEventArgs : System.ComponentModel.CancelEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          System.ComponentModel.CancelEventArgs
             C1.Win.Accordion.ExpandDirectionChangingEventArgs

    See Also