Multicast Delegate
-
When we use the operator "+=" with delegate, does it denote multicast.
_____________________________ Success is not something to wait for, its something to work for.
-
When we use the operator "+=" with delegate, does it denote multicast.
_____________________________ Success is not something to wait for, its something to work for.
-
i think we use "+=" with delegate when we add event handler to any event and call specific method to handel that event through deligate.
rahul
rah_sin wrote:
i think we use "+=" with delegate when we add event handler to any event and call specific method to handel that event through deligate.
correct. And here is my question, does it denote multicast.
_____________________________ Success is not something to wait for, its something to work for.
-
rah_sin wrote:
i think we use "+=" with delegate when we add event handler to any event and call specific method to handel that event through deligate.
correct. And here is my question, does it denote multicast.
_____________________________ Success is not something to wait for, its something to work for.
-
When we use the operator "+=" with delegate, does it denote multicast.
_____________________________ Success is not something to wait for, its something to work for.
-
When we use the operator "+=" with delegate, does it denote multicast.
_____________________________ Success is not something to wait for, its something to work for.
-
rah_sin wrote:
no i don't thionk so becouse multicast deligate is link list of deligates.
Events are special kind of delegates, and += are used with events, which means an event may have more than one event handlers. So what i concluded is that += (with events) denotes multicast.
_____________________________ Success is not something to wait for, its something to work for.
-
When we use the operator "+=" with delegate, does it denote multicast.
_____________________________ Success is not something to wait for, its something to work for.