C# Class AtspiUiaSource.RangeValueEventHandler

Inheritance: ISourceEventHandler
Show file Open project: mono/uia2atk

Private Properties

Property Type Description
OnPropertyChange void

Public Methods

Method Description
RangeValueEventHandler ( Element element ) : System
Terminate ( ) : void

Private Methods

Method Description
OnPropertyChange ( Accessible sender, string name, object any ) : void

Method Details

RangeValueEventHandler() public method

public RangeValueEventHandler ( Element element ) : System
element Element
return System

Terminate() public method

public Terminate ( ) : void
return void