C# Class Notifications.Notification.ActionTuple

Mostrar archivo Open project: wfarr/newskit

Public Properties

Property Type Description
Handler ActionHandler
Label string

Public Methods

Method Description
ActionTuple ( string label, ActionHandler handler ) : System

Method Details

ActionTuple() public method

public ActionTuple ( string label, ActionHandler handler ) : System
label string
handler ActionHandler
return System

Property Details

Handler public_oe property

public ActionHandler Handler
return ActionHandler

Label public_oe property

public string Label
return string