Stroke.OnPropertyDataChanged(PropertyDataChangedEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allows derived classes to modify the default behavior of the PropertyDataChanged event.
protected:
virtual void OnPropertyDataChanged(System::Windows::Ink::PropertyDataChangedEventArgs ^ e);
protected virtual void OnPropertyDataChanged (System.Windows.Ink.PropertyDataChangedEventArgs e);
abstract member OnPropertyDataChanged : System.Windows.Ink.PropertyDataChangedEventArgs -> unit
override this.OnPropertyDataChanged : System.Windows.Ink.PropertyDataChangedEventArgs -> unit
Protected Overridable Sub OnPropertyDataChanged (e As PropertyDataChangedEventArgs)
Parameters
The PropertyDataChangedEventArgs object that contains the event data.
Remarks
When overriding this method in a derived class, call the OnPropertyDataChanged method of the base class so that registered delegates receive the event.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.