Click or drag to resize

KryptonWorkspaceSequenceOnPropertyChanged(PropertyChangedEventArgs) Method

Raises the PropertyChanged event.

Namespace: Internal.ComponentFactory.Krypton.Workspace
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected virtual void OnPropertyChanged(
	PropertyChangedEventArgs e
)

Parameters

e  PropertyChangedEventArgs
A PropertyChangedEventArgs containing the event data.
See Also