PropertyChangingEventHandler Delegate
Represents a delegate for [!:PropertyChanging] event.
Namespace: BeeMobile.ToolBarAssembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
public delegate void PropertyChangingEventHandler(
Object sender,
PropertyChangingEventArgs e
)
Public Delegate Sub PropertyChangingEventHandler (
sender As Object,
e As PropertyChangingEventArgs
)
Parameters
- sender Object
- Reference to object which raised the event.
- e PropertyChangingEventArgs
- Parameters for the event.