Event raised when the [P:MethodAttribute] property has changed.

Namespace:  C1.Silverlight.Extended
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
public event EventHandler<PropertyChangedEventArgs<MethodAttribute>> MethodAttributeChanged
Visual Basic
Public Event MethodAttributeChanged As EventHandler(Of PropertyChangedEventArgs(Of MethodAttribute))

See Also