Class PreviewSyntaxEditorMouseButtonEventArgs
Class PreviewSyntaxEditorMouseButtonEventArgs.
Implements the System.
Inheritance
System.Object
PreviewSyntaxEditorMouseButtonEventArgs
Namespace: Telerik.Windows.Controls.SyntaxEditor.UI
Assembly: Telerik.Windows.Controls.SyntaxEditor.dll
Syntax
public class PreviewSyntaxEditorMouseButtonEventArgs : EventArgs
Constructors
PreviewSyntaxEditorMouseButtonEventArgs(MouseButtonEventArgs)
Initializes a new instance of the Preview
Declaration
public PreviewSyntaxEditorMouseButtonEventArgs(MouseButtonEventArgs originalArgs)
Parameters
System. The System. |
Exceptions
System. OriginalArgs. |
Properties
OriginalArgs
Gets the original arguments.
Declaration
public MouseButtonEventArgs OriginalArgs { get; }
Property Value
System. The original arguments. |
Extension Methods
See Also
System.EventArgs