C# Class CK.Keyboard.Model.LayoutRenamedEventArgs

Event argument when a keyboard layout is renamed. Gives access to the layout and the previous name.
Inheritance: LayoutEventArgs
Afficher le fichier Open project: Invenietis/ck-certified

Méthodes publiques

Méthode Description
LayoutRenamedEventArgs ( ILayout l, string previousName )

Method Details

LayoutRenamedEventArgs() public méthode

public LayoutRenamedEventArgs ( ILayout l, string previousName )
l ILayout
previousName string