StubGlyphOptions.Changed Event
Occurs whenever the StubGlyphOptions object changes.
Namespace: DevExpress.Utils.Drawing
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Event Data
The Changed event's data class is BaseOptionChangedEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Name | Gets the name of the option whose value has been changed. |
NewValue | Gets or sets the option’s current value. |
OldValue | Gets the option’s previous value. |
See Also