FarPoint.Win.Spread
PropertyChangingEventArgs Class
Members  See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace : PropertyChangingEventArgs Class


Represents the event data for the PropertyChanging event of the object.

Syntax

Visual Basic (Declaration) 
Public Class PropertyChangingEventArgs 
   Inherits EventArgs
Visual Basic (Usage)Copy Code
Dim instance As PropertyChangingEventArgs
C# 
public class PropertyChangingEventArgs : EventArgs 

Inheritance Hierarchy

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

See Also