C# Class Caliburn.Micro.ActivationProcessedEventArgs

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

Méthodes publiques

Свойство Type Description
Item object
Success bool

Property Details

Item public_oe property

The item whose activation was processed.
public object Item
Résultat object

Success public_oe property

Gets or sets a value indicating whether the activation was a success.
public bool Success
Résultat bool