DirectMapControlBeginEvent constructor
DirectMapControlBeginEvent()
Implementation
factory DirectMapControlBeginEvent() {
_CDirectMapControlBeginEvent res = _CDirectMapControlBeginEvent_C_create();
return DirectMapControlBeginEvent._create(res._impl);
}