Click or drag to resize

WindowlessComponentEventArgs Class

Base EventArgs class for WindowlessComponents
Inheritance Hierarchy

Namespace:  Easymap.AddIn.Common
Assembly:  EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax
public class WindowlessComponentEventArgs : EventArgs

The WindowlessComponentEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCatched
True if the Event has already been catched by another WindowlessComponent with an higher z-order.
Public propertyHandled
True if the Event has already been catched by another WindowlessComponent with an higher z-order.
Public propertyProcessChilds
True if the Event should be processed by the childs.
Top
See Also