[]
        
(Showing Draft Content)

C1.WPF.Extended.PropertyBoxChangedEventHandler

PropertyBoxChangedEventHandler Delegate

Represents the method that will handle the PropertyBoxChanged event.

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

The source of the event.

PropertyBoxChangedEventArgs e

A PropertyBoxChangedEventArgs that contains the event data.

Constructors

Name Description
PropertyBoxChangedEventHandler(object, IntPtr)

Methods

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