C# Class Caliburn.Micro.ActivationProcessedEventArgs

Contains details about the success or failure of an items activation through an IConductor.
Inheritance: System.EventArgs
Show file Open project: dbuksbaum/Learning-Caliburn.Micro

Public Properties

Property Type Description
Item object
Success bool

Property Details

Item public property

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

Success public property

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