VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.UI Namespace / SheetCellMouseEventArgs Class
Constructors Properties Fields SeeAlso
In This Topic
    SheetCellMouseEventArgs Class Members
    In This Topic
    The following tables list the members exposed by SheetCellMouseEventArgs.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the SheetCellMouseEventArgs class.
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic) (Inherited from System.EventArgs)
    Public Properties
     NameDescription
    Public PropertyGets the identifier of clicked mouse button. (Inherited from VintasoftControlMouseEventArgs)
    Public PropertyGets the cell.
    Public PropertyGets the number of times the mouse button was pressed and released. (Inherited from VintasoftControlMouseEventArgs)
    Public PropertyGets or sets a value indicating whether the event was handled. (Inherited from VintasoftControlEventArgs)
    Public PropertyGets the state of the keyboard modifiers. (Inherited from VintasoftControlMouseEventArgs)
    Public PropertyGets the location of the mouse during the generating mouse event. (Inherited from VintasoftControlMouseEventArgs)
    See Also