FocusChangedEventArgs Constructor
Constructs an instance of a FocusChangedEventArgs class
Syntax
public FocusChangedEventArgs(
System.object originatingControl,
IEntity focusedEntity
)Public Function New( _
ByVal originatingControl As System.Object, _
ByVal focusedEntity As IEntity _
)Parameters
| Name | Description |
|---|---|
| originatingControl | The object or control that originated the event |
| focusedEntity | The entity that has focus |