C# Class Caliburn.Micro.ActivationProcessedEventArgs

Contains details about the success or failure of an items activation through an IConductor.
Inheritance: System.EventArgs
ファイルを表示 Open project: dbuksbaum/Learning-Caliburn.Micro

Public Properties

Property Type Description
Item object
Success bool

Property Details

Item public_oe property

The item whose activation was processed.
public object Item
return object

Success public_oe property

Gets or sets a value indicating whether the activation was a success.
public bool Success
return bool