Spread Windows Forms 17
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.
    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