You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why not make the DefaultDropHandler's CanAcceptData method become virtual from static.
Many scenarios we just need to decide which item can be dropped. so we need to derived a new DropHandler from DefaultDropHandler.
Writing a new DropHandler fully is unnecessary.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Why not make the
DefaultDropHandler
'sCanAcceptData
method become virtual from static.Many scenarios we just need to decide which item can be dropped. so we need to derived a new
DropHandler
fromDefaultDropHandler
.Writing a new
DropHandler
fully is unnecessary.Beta Was this translation helpful? Give feedback.
All reactions