C# Class UpkManager.Wpf.Behaviors.HyperlinkBehaviors

Mostrar archivo Open project: stricq/UPKManager

Public Properties

Property Type Description
RequestNavigationCommandProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetRequestNavigationCommand ( DependencyObject obj ) : ICommand
SetRequestNavigationCommand ( DependencyObject obj, ICommand value ) : void

Private Methods

Method Description
onLinkRequestNavigate ( object sender, System.Windows.Navigation.RequestNavigateEventArgs args ) : void
onRequestNavigationCommandPropertyChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs args ) : void

Method Details

GetRequestNavigationCommand() public static method

public static GetRequestNavigationCommand ( DependencyObject obj ) : ICommand
obj System.Windows.DependencyObject
return ICommand

SetRequestNavigationCommand() public static method

public static SetRequestNavigationCommand ( DependencyObject obj, ICommand value ) : void
obj System.Windows.DependencyObject
value ICommand
return void

Property Details

RequestNavigationCommandProperty public_oe static_oe property

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