Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownOpeningEventArgs Class
Members


In This Topic
    DropDownOpeningEventArgs Class
    In This Topic
    Represents the System.EventArgs for the DropDownOpening event.
    Syntax
    'Declaration
     
    
    Public Class DropDownOpeningEventArgs 
       Inherits System.ComponentModel.CancelEventArgs
    'Usage
     
    
    Dim instance As DropDownOpeningEventArgs
    public class DropDownOpeningEventArgs : System.ComponentModel.CancelEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          System.ComponentModel.CancelEventArgs
             GrapeCity.Win.Spread.InputMan.CellType.DropDownOpeningEventArgs

    See Also