PropertyChangingEventHandler Delegate
Represents the method that will handle the Aliquo.Core.PropertyChanging event that is raised when a property changes in a component.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public delegate void PropertyChangingEventHandler(
Object sender,
PropertyChangingEventArgs e
)
Public Delegate Sub PropertyChangingEventHandler (
sender As Object,
e As PropertyChangingEventArgs
)
Parameters
- sender Object
- The object that raised the event.
- e PropertyChangingEventArgs
- An instance of the PropertyChangingEventArgs class containing event data.