Click or drag to resize

WindowlessComponentEventArgs Class

Base EventArgs class for WindowlessComponents
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Easymap.AddIn.CommonWindowlessComponentEventArgs
      Easymap.AddIn.CommonDragDropArgs
      Easymap.AddIn.CommonKeyEventArgs
      Easymap.AddIn.CommonMouseEventArgs

Namespace: Easymap.AddIn.Common
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.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