Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ActiveSheetChangingEventArgs Class
Members


In This Topic
    ActiveSheetChangingEventArgs Class
    In This Topic
    Represents the event data for the ActiveSheetChanging event for the component, which occurs when the component changes to another active sheet.
    Object Model
    ActiveSheetChangingEventArgs Class
    Syntax
    'Declaration
     
    Public Class ActiveSheetChangingEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As ActiveSheetChangingEventArgs
    public class ActiveSheetChangingEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          FarPoint.Win.Spread.ActiveSheetChangingEventArgs

    See Also