TextCompositionEventArgs(InputDevice, TextComposition) Constructor

Definitie

Initialiseert een nieuw exemplaar van de TextCompositionEventArgs klasse, waarbij een opgegeven InputDevice en TextComposition als initiële waarden voor de klasse worden gebruikt.

public:
 TextCompositionEventArgs(System::Windows::Input::InputDevice ^ inputDevice, System::Windows::Input::TextComposition ^ composition);
public TextCompositionEventArgs(System.Windows.Input.InputDevice inputDevice, System.Windows.Input.TextComposition composition);
new System.Windows.Input.TextCompositionEventArgs : System.Windows.Input.InputDevice * System.Windows.Input.TextComposition -> System.Windows.Input.TextCompositionEventArgs
Public Sub New (inputDevice As InputDevice, composition As TextComposition)

Parameters

inputDevice
InputDevice

Het invoerapparaat dat is gekoppeld aan deze gebeurtenis.

composition
TextComposition

Een TextComposition object dat is gekoppeld aan deze gebeurtenis.

Uitzonderingen

Verhoogd wanneer de samenstellingnull is.

Van toepassing op