C# Class ICSharpCode.WpfDesign.XamlDom.XamlEventPropertyInfo

Inheritance: XamlPropertyInfo
Afficher le fichier Open project: icsharpcode/WpfDesigner

Méthodes publiques

Méthode Description
GetValue ( object instance ) : object
ResetValue ( object instance ) : void
SetValue ( object instance, object value ) : void
XamlEventPropertyInfo ( System.ComponentModel.EventDescriptor eventDescriptor ) : System

Method Details

GetValue() public méthode

public GetValue ( object instance ) : object
instance object
Résultat object

ResetValue() public méthode

public ResetValue ( object instance ) : void
instance object
Résultat void

SetValue() public méthode

public SetValue ( object instance, object value ) : void
instance object
value object
Résultat void

XamlEventPropertyInfo() public méthode

public XamlEventPropertyInfo ( System.ComponentModel.EventDescriptor eventDescriptor ) : System
eventDescriptor System.ComponentModel.EventDescriptor
Résultat System