[]
        
(Showing Draft Content)

C1.WPF.Extended.ChangingPropertyBoxEventHandler

ChangingPropertyBoxEventHandler Delegate

Represents the method that will handle the ChangingPropertyBox event.

Namespace: C1.WPF.Extended
Assembly: C1.WPF.Extended.4.6.2.dll
Syntax
public delegate void ChangingPropertyBoxEventHandler(object sender, ChangingPropertyBoxEventArgs e)
Parameters
Type Name Description
object sender

The source of the event.

ChangingPropertyBoxEventArgs e

A ChangingPropertyBoxEventArgs that contains the event data.

Constructors

Name Description
ChangingPropertyBoxEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, ChangingPropertyBoxEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, ChangingPropertyBoxEventArgs)