Represents the method that will handle the ChangingPropertyBox event.

Namespace:  C1.WPF.Extended
Assembly:  C1.WPF.Extended (in C1.WPF.Extended.dll)

Syntax

C#
public delegate void ChangingPropertyBoxEventHandler(
	Object sender,
	ChangingPropertyBoxEventArgs e
)
Visual Basic
Public Delegate Sub ChangingPropertyBoxEventHandler ( _
	sender As Object, _
	e As ChangingPropertyBoxEventArgs _
)

Parameters

sender
Type: System..::..Object
The source of the event.
e
Type: C1.WPF.Extended..::..ChangingPropertyBoxEventArgs
A ChangingPropertyBoxEventArgs that contains the event data.

See Also