C# Class Xwt.WPFBackend.ExTreeViewItem

Inheritance: System.Windows.Controls.TreeViewItem
Exibir arquivo Open project: TheBrainTech/xwt Class Usage Examples

Private Properties

Property Type Description
FindParent void
OnLoaded void

Public Methods

Method Description
ExTreeViewItem ( ) : System
ExTreeViewItem ( Xwt.WPFBackend.ExTreeView view ) : System
SelectChildren ( Func selector ) : void
UnselectChildren ( Func selector ) : void

Protected Methods

Method Description
GetContainerForItemOverride ( ) : DependencyObject
OnCollapsed ( RoutedEventArgs e ) : void
OnExpanded ( RoutedEventArgs e ) : void
OnGotFocus ( RoutedEventArgs e ) : void
OnKeyDown ( System e ) : void
OnMouseDoubleClick ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void

Private Methods

Method Description
FindParent ( ) : void
OnLoaded ( object sender, RoutedEventArgs routedEventArgs ) : void

Method Details

ExTreeViewItem() public method

public ExTreeViewItem ( ) : System
return System

ExTreeViewItem() public method

public ExTreeViewItem ( Xwt.WPFBackend.ExTreeView view ) : System
view Xwt.WPFBackend.ExTreeView
return System

GetContainerForItemOverride() protected method

protected GetContainerForItemOverride ( ) : DependencyObject
return System.Windows.DependencyObject

OnCollapsed() protected method

protected OnCollapsed ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
return void

OnExpanded() protected method

protected OnExpanded ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
return void

OnGotFocus() protected method

protected OnGotFocus ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
return void

OnKeyDown() protected method

protected OnKeyDown ( System e ) : void
e System
return void

OnMouseDoubleClick() protected method

protected OnMouseDoubleClick ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
return void

OnMouseLeftButtonDown() protected method

protected OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
return void

SelectChildren() public method

public SelectChildren ( Func selector ) : void
selector Func
return void

UnselectChildren() public method

public UnselectChildren ( Func selector ) : void
selector Func
return void