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