C# Class Mono.UIAutomation.Winforms.Navigation.NavigationEventArgs

Inheritance: System.EventArgs
Show file Open project: mono/uia2atk Class Usage Examples

Public Methods

Method Description
NavigationEventArgs ( bool raiseEvent, StructureChangeType changeType, FragmentControlProvider childProvider ) : System
NavigationEventArgs ( bool raiseEvent, StructureChangeType changeType, FragmentControlProvider childProvider, int index ) : System

Method Details

NavigationEventArgs() public method

public NavigationEventArgs ( bool raiseEvent, StructureChangeType changeType, FragmentControlProvider childProvider ) : System
raiseEvent bool
changeType StructureChangeType
childProvider FragmentControlProvider
return System

NavigationEventArgs() public method

public NavigationEventArgs ( bool raiseEvent, StructureChangeType changeType, FragmentControlProvider childProvider, int index ) : System
raiseEvent bool
changeType StructureChangeType
childProvider FragmentControlProvider
index int
return System