C# Class Notifications.Notification.ActionTuple

Afficher le fichier Open project: wfarr/newskit

Méthodes publiques

Свойство Type Description
Handler ActionHandler
Label string

Méthodes publiques

Méthode Description
ActionTuple ( string label, ActionHandler handler ) : System

Method Details

ActionTuple() public méthode

public ActionTuple ( string label, ActionHandler handler ) : System
label string
handler ActionHandler
Résultat System

Property Details

Handler public_oe property

public ActionHandler Handler
Résultat ActionHandler

Label public_oe property

public string Label
Résultat string