Called when a property of an annotation has changed.
Namespace: FirstFloor.Documents.Annotations.StorageAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
protected virtual void OnAnnotationPropertyChanged( Object sender, PropertyChangedEventArgs e ) |
| Visual Basic |
|---|
Protected Overridable Sub OnAnnotationPropertyChanged ( _ sender As Object, _ e As PropertyChangedEventArgs _ ) |
| Visual C++ |
|---|
protected: virtual void OnAnnotationPropertyChanged( Object^ sender, PropertyChangedEventArgs^ e ) |
Parameters
- sender
- Type: System..::..Object
The sender.
- e
- Type: System.ComponentModel..::..PropertyChangedEventArgs
The PropertyChangedEventArgs instance containing the event data.
Remarks
The default implementation raises the Changed event when not in edit mode.