C# 클래스 Castle.MonoRail.Framework.Views.Aspx.EventUtil

파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
GetCompatibleEvents ( Control control ) : EventDescriptorCollection
GetCompatibleEvents ( Control control, Predicate filter ) : EventDescriptorCollection
GetDefaultEvent ( Control control ) : System.ComponentModel.EventDescriptor
GetDefaultEvent ( Control control, Predicate filter ) : System.ComponentModel.EventDescriptor
GetDefaultEventName ( Control control ) : string
GetEvent ( Control control, string eventName ) : System.ComponentModel.EventDescriptor
GetEventArgsType ( Control control, string eventName ) : Type
GetEventArgsType ( System.ComponentModel.EventDescriptor eventDescriptor ) : Type
HasCompatibleEvents ( Control control ) : bool
IsCommandEvent ( Control control, string eventName ) : bool
IsCommandEvent ( System.ComponentModel.EventDescriptor eventDescriptor ) : bool

비공개 메소드들

메소드 설명
IsCompatibleEvent ( System.ComponentModel.EventDescriptor eventDescriptor, Type eventArgsType ) : bool

메소드 상세

GetCompatibleEvents() 공개 정적인 메소드

public static GetCompatibleEvents ( Control control ) : EventDescriptorCollection
control System.Web.UI.Control
리턴 System.ComponentModel.EventDescriptorCollection

GetCompatibleEvents() 공개 정적인 메소드

public static GetCompatibleEvents ( Control control, Predicate filter ) : EventDescriptorCollection
control System.Web.UI.Control
filter Predicate
리턴 System.ComponentModel.EventDescriptorCollection

GetDefaultEvent() 공개 정적인 메소드

public static GetDefaultEvent ( Control control ) : System.ComponentModel.EventDescriptor
control System.Web.UI.Control
리턴 System.ComponentModel.EventDescriptor

GetDefaultEvent() 공개 정적인 메소드

public static GetDefaultEvent ( Control control, Predicate filter ) : System.ComponentModel.EventDescriptor
control System.Web.UI.Control
filter Predicate
리턴 System.ComponentModel.EventDescriptor

GetDefaultEventName() 공개 정적인 메소드

public static GetDefaultEventName ( Control control ) : string
control System.Web.UI.Control
리턴 string

GetEvent() 공개 정적인 메소드

public static GetEvent ( Control control, string eventName ) : System.ComponentModel.EventDescriptor
control System.Web.UI.Control
eventName string
리턴 System.ComponentModel.EventDescriptor

GetEventArgsType() 공개 정적인 메소드

public static GetEventArgsType ( Control control, string eventName ) : Type
control System.Web.UI.Control
eventName string
리턴 System.Type

GetEventArgsType() 공개 정적인 메소드

public static GetEventArgsType ( System.ComponentModel.EventDescriptor eventDescriptor ) : Type
eventDescriptor System.ComponentModel.EventDescriptor
리턴 System.Type

HasCompatibleEvents() 공개 정적인 메소드

public static HasCompatibleEvents ( Control control ) : bool
control System.Web.UI.Control
리턴 bool

IsCommandEvent() 공개 정적인 메소드

public static IsCommandEvent ( Control control, string eventName ) : bool
control System.Web.UI.Control
eventName string
리턴 bool

IsCommandEvent() 공개 정적인 메소드

public static IsCommandEvent ( System.ComponentModel.EventDescriptor eventDescriptor ) : bool
eventDescriptor System.ComponentModel.EventDescriptor
리턴 bool