Spread Windows Forms 13.0 Product Documentation
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.
    Object Model
    DropDownOpeningEventArgs Class
    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