Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / LeftChangeEventArgs Class
Members


In This Topic
    LeftChangeEventArgs Class
    In This Topic
    Represents the event data for the LeftChange event for the Spread component, which occurs when the left column in the view changes.
    Syntax
    'Declaration
     
    
    Public Class LeftChangeEventArgs 
       Inherits System.EventArgs
    'Usage
     
    
    Dim instance As LeftChangeEventArgs
    public class LeftChangeEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          FarPoint.Win.Spread.LeftChangeEventArgs

    See Also