Class PreviewSyntaxEditorMouseButtonEventArgs
Class PreviewSyntaxEditorMouseButtonEventArgs. Implements the System.EventArgs
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 PreviewSyntaxEditorMouseButtonEventArgs class.
Declaration
public PreviewSyntaxEditorMouseButtonEventArgs(MouseButtonEventArgs originalArgs)
Parameters
System.Windows.Input.MouseButtonEventArgs
originalArgs
The System.Windows.Input.MouseButtonEventArgs Instance containing the event data. |
Exceptions
System.ArgumentNullException
OriginalArgs. |
Properties
OriginalArgs
Gets the original arguments.
Declaration
public MouseButtonEventArgs OriginalArgs { get; }
Property Value
System.Windows.Input.MouseButtonEventArgs
The original arguments. |
Extension Methods
See Also
System.EventArgs