Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / PropertyBoxChangedEventArgs Class / PropertyBoxChangedEventArgs Constructor
The property box that changed.

In This Topic
    PropertyBoxChangedEventArgs Constructor
    In This Topic
    Initializes a new instance of the PropertyBoxChangedEventArgs class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal propertyBox As PropertyBox _
    )
    public PropertyBoxChangedEventArgs( 
       PropertyBox propertyBox
    )

    Parameters

    propertyBox
    The property box that changed.
    See Also