C1.Win.ExpressionEditor Namespace / ExpressionEditorCollection.ExpressionColectionEventHandler Delegate
Object that fired the event.
ExpressionEditorCollection.ExpressionCollectionEventArgs object that contains the event data.

In This Topic
ExpressionEditorCollection.ExpressionColectionEventHandler Delegate
In This Topic
Represents the method that will handle the ExpressionChanged event.
Syntax
'Declaration
 
Public Delegate Sub ExpressionEditorCollection.ExpressionColectionEventHandler( _
   ByVal sender As Object, _
   ByVal e As ExpressionEditorCollection.ExpressionCollectionEventArgs _
) 
 

Parameters

sender
Object that fired the event.
e
ExpressionEditorCollection.ExpressionCollectionEventArgs object that contains the event data.
See Also