AGS.Types.RoomRegion.GetEvents C# (CSharp) 메소드

GetEvents() 공개 메소드

public GetEvents ( ) : EventDescriptorCollection
리턴 System.ComponentModel.EventDescriptorCollection
        public EventDescriptorCollection GetEvents()
        {
            return TypeDescriptor.GetEvents(this, true);
        }

Same methods

RoomRegion::GetEvents ( Attribute attributes ) : EventDescriptorCollection