TextCompositionEventArgs Constructor (InputDevice^, TextComposition^)
.NET Framework (current version)
Initializes a new instance of the TextCompositionEventArgs class, taking a specified InputDevice and TextComposition as initial values for the class.
Assembly: PresentationCore (in PresentationCore.dll)
public:
TextCompositionEventArgs(
InputDevice^ inputDevice,
TextComposition^ composition
)
Parameters
- inputDevice
-
Type:
System.Windows.Input::InputDevice^
The input device associated with this event.
- composition
-
Type:
System.Windows.Input::TextComposition^
A TextComposition object associated with this event.
| Exception | Condition |
|---|---|
| ArgumentNullException | Raised when composition is null. |
.NET Framework
Available since 3.0
Available since 3.0
Show: