C# Class Host.Services.ShowNotificationBehavior

Mostrar archivo Open project: Invenietis/ck-certified

Public Properties

Property Type Description
NotificationContextProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetNotificationContext ( DependencyObject obj ) : INotifierContext
SetNotificationContext ( DependencyObject obj, INotifierContext value ) : void

Private Methods

Method Description
OnContextChanged ( DependencyObject depObj, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

GetNotificationContext() public static method

public static GetNotificationContext ( DependencyObject obj ) : INotifierContext
obj System.Windows.DependencyObject
return INotifierContext

SetNotificationContext() public static method

public static SetNotificationContext ( DependencyObject obj, INotifierContext value ) : void
obj System.Windows.DependencyObject
value INotifierContext
return void

Property Details

NotificationContextProperty public_oe static_oe property

public static DependencyProperty,System.Windows NotificationContextProperty
return System.Windows.DependencyProperty