C# Class Atspi.EventListenerMode

Show file Open project: mono/at-spi-sharp Class Usage Examples

Public Properties

Property Type Description
Global bool
Preemptive bool
Synchronous bool

Public Methods

Method Description
EventListenerMode ( bool synchronous, bool preemptive, bool global ) : System

Method Details

EventListenerMode() public method

public EventListenerMode ( bool synchronous, bool preemptive, bool global ) : System
synchronous bool
preemptive bool
global bool
return System

Property Details

Global public property

public bool Global
return bool

Preemptive public property

public bool Preemptive
return bool

Synchronous public property

public bool Synchronous
return bool