C1.Silverlight.Schedule.5
ListChangedEventArgs Constructor(ListChangedType,PropertyDescriptor)

A ListChangedType value indicating the type of change.
The PropertyDescriptor that was added, removed, or changed.
Initializes a new instance of the ListChangedEventArgs class given the type of change and the PropertyDescriptor affected.
Syntax
'Declaration
 
Public Function New( _
   ByVal listChangedType As ListChangedType, _
   ByVal propDesc As System.ComponentModel.PropertyDescriptor _
)
public ListChangedEventArgs( 
   ListChangedType listChangedType,
   System.ComponentModel.PropertyDescriptor propDesc
)

Parameters

listChangedType
A ListChangedType value indicating the type of change.
propDesc
The PropertyDescriptor that was added, removed, or changed.
See Also

Reference

ListChangedEventArgs Class
ListChangedEventArgs Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.