UIEvent

Overview

The UIEvent interface represents simple user interface events.

Location


Properties


detail

 

property detail: dynamic read;

 

dynamic detail { get; }

 

var detail: dynamic { get{} }

 

dynamic detail { __get; }

 

ReadOnly Property detail() As dynamic

view

 

property view: Window read;

 

Window view { get; }

 

var view: Window { get{} }

 

Window view { __get; }

 

ReadOnly Property view() As Window