X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=plugins%2Fdali-swig%2FSWIG%2Fevents%2Fscrollview-event.i;h=97622fac04b049fd25980daa2b14b69b1ae6d608;hb=b7d35fcb8b551c9c38e3b5a225aecef43ca98bdb;hp=733a502ca5ac6c1c537bfed3e5c337822e774a91;hpb=9d962edfc2200e02b0db2b00250e875805624918;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/plugins/dali-swig/SWIG/events/scrollview-event.i b/plugins/dali-swig/SWIG/events/scrollview-event.i index 733a502..97622fa 100644 --- a/plugins/dali-swig/SWIG/events/scrollview-event.i +++ b/plugins/dali-swig/SWIG/events/scrollview-event.i @@ -51,23 +51,19 @@ public class SnapStartedEventArgs : EventArgs } } - - [UnmanagedFunctionPointer(CallingConvention.StdCall)] - public delegate void SnapStartedEventHandler(object source, SnapStartedEventArgs e); - [UnmanagedFunctionPointer(CallingConvention.StdCall)] private delegate void SnapStartedCallbackDelegate(IntPtr data); - private SnapStartedEventHandler _scrollViewSnapStartedEventHandler; + private DaliEventHandler _scrollViewSnapStartedEventHandler; private SnapStartedCallbackDelegate _scrollViewSnapStartedCallbackDelegate; /** * @brief Event for SnapStarted signal which can be used to subscribe/unsubscribe the event handler - * (in the type of SnapStartedEventHandler) provided by the user. + * (in the type of SnapStartedEventHandler-DaliEventHandler) provided by the user. * SnapStarted signal is emitted hen the ScrollView has started to snap or flick (it tells the target * position, scale, rotation for the snap or flick). * */ - public event SnapStartedEventHandler SnapStarted + public event DaliEventHandler SnapStarted { add {