PropertyChangingEventHandler Delegate

Represents the method that will handle the Aliquo.Core.PropertyChanging event that is raised when a property changes in a component.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public delegate void PropertyChangingEventHandler(
	Object sender,
	PropertyChangingEventArgs e
)

Parameters

sender  Object
The object that raised the event.
e  PropertyChangingEventArgs
An instance of the PropertyChangingEventArgs class containing event data.

See Also