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


In This Topic
    PropertyChangingEventArgs Class
    In This Topic
    Represents the event data for the PropertyChanging event of the object.
    Syntax
    'Declaration
     
    
    Public Class PropertyChangingEventArgs 
       Inherits System.EventArgs
    'Usage
     
    
    Dim instance As PropertyChangingEventArgs
    public class PropertyChangingEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          FarPoint.Win.Spread.Model.PropertyChangingEventArgs

    See Also