Table of Contents

Interface IMouseEvent

Namespace
Org.W3c.Dom.Events
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IMouseEvent : IUIEvent, IEvent
Inherited Members

Properties

AltKey

bool AltKey { get; }

Property Value

bool

Button

short Button { get; }

Property Value

short

ClientX

int ClientX { get; }

Property Value

int

ClientY

int ClientY { get; }

Property Value

int

CtrlKey

bool CtrlKey { get; }

Property Value

bool

MetaKey

bool MetaKey { get; }

Property Value

bool

RelatedTarget

EventTarget RelatedTarget { get; }

Property Value

EventTarget

ScreenX

int ScreenX { get; }

Property Value

int

ScreenY

int ScreenY { get; }

Property Value

int

ShiftKey

bool ShiftKey { get; }

Property Value

bool

Methods

InitMouseEvent(String, bool, bool, AbstractView, int, int, int, int, int, bool, bool, bool, bool, short, EventTarget)

void InitMouseEvent(String arg0, bool arg1, bool arg2, AbstractView arg3, int arg4, int arg5, int arg6, int arg7, int arg8, bool arg9, bool arg10, bool arg11, bool arg12, short arg13, EventTarget arg14)

Parameters

arg0 String

String

arg1 bool

bool

arg2 bool

bool

arg3 AbstractView

AbstractView

arg4 int

int

arg5 int

int

arg6 int

int

arg7 int

int

arg8 int

int

arg9 bool

bool

arg10 bool

bool

arg11 bool

bool

arg12 bool

bool

arg13 short

short

arg14 EventTarget

EventTarget