C# Class SpiderTreeControl.Diagram.DiagramNode

Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: hansuky/Yuhan Class Usage Examples

Méthodes publiques

Свойство Type Description
collapseCommand System.Windows.Input.RoutedUICommand
expandCommand System.Windows.Input.RoutedUICommand

Private Properties

Свойство Type Description
CollapseCommand_CanExecute void
CollapseCommand_Executed void
ExpandCommand_CanExecute void
ExpandCommand_Executed void
btnNavigate_Click void

Méthodes publiques

Méthode Description
DiagramNode ( String nodeName, DiagramNode treeParent, string imageUrl, string navigateTo, string itemDescription ) : System

Méthodes protégées

Méthode Description
OnCollapsed ( DiagramNode sender, RoutedEventArgs eventArguments ) : void
OnExpanded ( DiagramNode sender, RoutedEventArgs eventArguments ) : void
OnSelected ( DiagramNode sender, RoutedEventArgs eventArguments ) : void

Private Methods

Méthode Description
CollapseCommand_CanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
CollapseCommand_Executed ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
ExpandCommand_CanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
ExpandCommand_Executed ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
btnNavigate_Click ( object sender, RoutedEventArgs e ) : void

Method Details

DiagramNode() public méthode

public DiagramNode ( String nodeName, DiagramNode treeParent, string imageUrl, string navigateTo, string itemDescription ) : System
nodeName String
treeParent DiagramNode
imageUrl string
navigateTo string
itemDescription string
Résultat System

OnCollapsed() protected méthode

protected OnCollapsed ( DiagramNode sender, RoutedEventArgs eventArguments ) : void
sender DiagramNode
eventArguments System.Windows.RoutedEventArgs
Résultat void

OnExpanded() protected méthode

protected OnExpanded ( DiagramNode sender, RoutedEventArgs eventArguments ) : void
sender DiagramNode
eventArguments System.Windows.RoutedEventArgs
Résultat void

OnSelected() protected méthode

protected OnSelected ( DiagramNode sender, RoutedEventArgs eventArguments ) : void
sender DiagramNode
eventArguments System.Windows.RoutedEventArgs
Résultat void

Property Details

collapseCommand public_oe static_oe property

public static RoutedUICommand,System.Windows.Input collapseCommand
Résultat System.Windows.Input.RoutedUICommand

expandCommand public_oe static_oe property

public static RoutedUICommand,System.Windows.Input expandCommand
Résultat System.Windows.Input.RoutedUICommand