Class IMECompositionResultEventArgs
Inheritance
System.Object
System.EventArgs
IMECompositionResultEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.dll
Syntax
public class IMECompositionResultEventArgs : EventArgs
Constructors
IMECompositionResultEventArgs(String)
Declaration
public IMECompositionResultEventArgs(string result)
Parameters
System.String
result
|
Properties
Result
Declaration
public string Result { get; }
Property Value
System.String
|