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

GetEvents() public method

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

Same methods

RoomWalkableArea::GetEvents ( Attribute attributes ) : EventDescriptorCollection