C# 클래스 ICSharpCode.WpfDesign.XamlDom.XamlEventPropertyInfo

상속: XamlPropertyInfo
파일 보기 프로젝트 열기: icsharpcode/WpfDesigner

공개 메소드들

메소드 설명
GetValue ( object instance ) : object
ResetValue ( object instance ) : void
SetValue ( object instance, object value ) : void
XamlEventPropertyInfo ( System.ComponentModel.EventDescriptor eventDescriptor ) : System

메소드 상세

GetValue() 공개 메소드

public GetValue ( object instance ) : object
instance object
리턴 object

ResetValue() 공개 메소드

public ResetValue ( object instance ) : void
instance object
리턴 void

SetValue() 공개 메소드

public SetValue ( object instance, object value ) : void
instance object
value object
리턴 void

XamlEventPropertyInfo() 공개 메소드

public XamlEventPropertyInfo ( System.ComponentModel.EventDescriptor eventDescriptor ) : System
eventDescriptor System.ComponentModel.EventDescriptor
리턴 System