C# Class Mono.UIAutomation.Winforms.Events.DataGridView.DataItemChildSelectionItemPatternElementSelectedEvent

Inheritance: Mono.UIAutomation.Winforms.Events.BaseAutomationEvent
Show file Open project: mono/uia2atk

Public Methods

Method Description
Connect ( ) : void
DataItemChildSelectionItemPatternElementSelectedEvent ( DataGridViewProvider provider ) : System.Windows.Automation
Disconnect ( ) : void

Private Methods

Method Description
OnCellStateChanged ( object sender, System.Windows.Forms args ) : void

Method Details

Connect() public method

public Connect ( ) : void
return void

DataItemChildSelectionItemPatternElementSelectedEvent() public method

public DataItemChildSelectionItemPatternElementSelectedEvent ( DataGridViewProvider provider ) : System.Windows.Automation
provider Mono.UIAutomation.Winforms.DataGridViewProvider
return System.Windows.Automation

Disconnect() public method

public Disconnect ( ) : void
return void