C# Class MahApps.Metro.Controls.XmlBrowser.XmlBrowserControl

XmlBrowserControl
Inheritance: System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector
Afficher le fichier Open project: OfficeDev/Office-IT-Pro-Deployment-Scripts Class Usage Examples

Méthodes publiques

Свойство Type Description
IsEditModeProperty System.Windows.DependencyProperty
XmlDocProperty System.Windows.DependencyProperty
XmlSchemaProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
OnIsEditModeChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Executes when IsEditMode DP is changed

OnXmlDocChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Executes when XmlDoc DP is changed, Loads the xml and tranforms it using XSL provided

OnXmlSchemaChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Executes when XmlSchema DP is changed

XmlBrowserControl ( ) : System

Private Methods

Méthode Description
CopyClipButtonClick ( object sender, RoutedEventArgs e ) : void
EditButtonClick ( object sender, RoutedEventArgs e ) : void
InitializeComponent ( ) : void
InstallOfficeButton_OnClick ( object sender, RoutedEventArgs e ) : void
SaveToFileButton_OnClick ( object sender, RoutedEventArgs e ) : void
System ( int connectionId, object target ) : void
ValidateXmlButtonClick ( object sender, RoutedEventArgs e ) : void

Method Details

OnIsEditModeChanged() public static méthode

Executes when IsEditMode DP is changed
public static OnIsEditModeChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
Résultat void

OnXmlDocChanged() public static méthode

Executes when XmlDoc DP is changed, Loads the xml and tranforms it using XSL provided
public static OnXmlDocChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
Résultat void

OnXmlSchemaChanged() public static méthode

Executes when XmlSchema DP is changed
public static OnXmlSchemaChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
Résultat void

XmlBrowserControl() public méthode

public XmlBrowserControl ( ) : System
Résultat System

Property Details

IsEditModeProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsEditModeProperty
Résultat System.Windows.DependencyProperty

XmlDocProperty public_oe static_oe property

public static DependencyProperty,System.Windows XmlDocProperty
Résultat System.Windows.DependencyProperty

XmlSchemaProperty public_oe static_oe property

public static DependencyProperty,System.Windows XmlSchemaProperty
Résultat System.Windows.DependencyProperty