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

Inheritance: System.EventArgs
Afficher le fichier Open project: mono/uia2atk Class Usage Examples

Méthodes publiques

Méthode Description
NavigationEventArgs ( bool raiseEvent, StructureChangeType changeType, FragmentControlProvider childProvider ) : System
NavigationEventArgs ( bool raiseEvent, StructureChangeType changeType, FragmentControlProvider childProvider, int index ) : System

Method Details

NavigationEventArgs() public méthode

public NavigationEventArgs ( bool raiseEvent, StructureChangeType changeType, FragmentControlProvider childProvider ) : System
raiseEvent bool
changeType StructureChangeType
childProvider FragmentControlProvider
Résultat System

NavigationEventArgs() public méthode

public NavigationEventArgs ( bool raiseEvent, StructureChangeType changeType, FragmentControlProvider childProvider, int index ) : System
raiseEvent bool
changeType StructureChangeType
childProvider FragmentControlProvider
index int
Résultat System