AGS.Types.RoomRegion.GetEvents C# (CSharp) Method

GetEvents() public method

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

Same methods

RoomRegion::GetEvents ( Attribute attributes ) : EventDescriptorCollection