Table of Contents

Class RMouseEvent

Namespace
TheArtOfDev.HtmlRenderer.Adapters.Entities
Assembly
StockSharp.Xaml.dll

Even class for handling keyboard events in HtmlContainerInt.

public sealed class RMouseEvent
Inheritance
RMouseEvent
Inherited Members
Extension Methods

Constructors

RMouseEvent(bool)

Init.

public RMouseEvent(bool leftButton)

Parameters

leftButton bool

Properties

LeftButton

Is the left mouse button participated in the event

public bool LeftButton { get; }

Property Value

bool