[]
        
(Showing Draft Content)

C1.Win.ExpressionEditor.ExpressionEditorCollection.ExpressionColectionEventHandler

ExpressionEditorCollection.ExpressionColectionEventHandler Delegate

Represents the method that will handle the ExpressionChanged event.

Namespace: C1.Win.ExpressionEditor
Assembly: C1.Win.ExpressionEditor.8.dll
Syntax
public delegate void ExpressionEditorCollection.ExpressionColectionEventHandler(object sender, ExpressionEditorCollection.ExpressionCollectionEventArgs e)
Parameters
Type Name Description
object sender

Object that fired the event.

ExpressionEditorCollection.ExpressionCollectionEventArgs e

ExpressionEditorCollection.ExpressionCollectionEventArgs object that contains the event data.

Constructors

Name Description
ExpressionColectionEventHandler(object, nint)

Methods

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