static void container_EventUpdateDropState(DDContainer _sender, Widget _items, ref DDWidgetState _state)
 {
     Export.DebugOut("EventUpdateDropState    state=" + _state.ToString());
 }
예제 #2
0
 static void container_EventUpdateDropState(DDContainer _sender, Widget _items, DDWidgetState _state)
 {
     ExampleApplication.DebugOut("EventUpdateDropState    state=" + _state.ToString());
 }
예제 #3
0
 static void container_EventUpdateDropState(DDContainer _sender, Widget _items, DDWidgetState _state)
 {
     ExampleApplication.DebugOut("EventUpdateDropState    state=" + _state.ToString());
 }