EventConnected (Event): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Tenal
No edit summary
>JulienDethurens
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<onlyinclude>{{Event
<onlyinclude>{{Event
|name = EventConnected
|name = EventConnected
|arguments = [[Instance]] ''event''
|arguments = {{type|Instance|RBX.lua.Instance (Object)}} <var>event</var>
|description = Fires when the receiver is attached to a different CustomEvent, when the [[Source]] property is changed.
|description = Fires when the receiver is attached to a different {{type|CustomEvent|RBX.lua.CustomEvent (Object)}}, when the [[Source (Property)|Source]] property is changed.
|object = CustomEventReceiver
|object = CustomEventReceiver
}}</onlyinclude>
}}</onlyinclude>


{{clear floats}}
{{clear floats}}
==See Also==
*[[File:Event Icon.png]] [[EventDisconnected (Event)|EventDisconnected]]
[[Category:Events]]
[[Category:Events]]

Latest revision as of 01:20, 13 February 2012

EventConnected ( RBX.lua.Instance (Object) event )
Description Fires when the receiver is attached to a different RBX.lua.CustomEvent (Object), when the Source property is changed.
Member of: CustomEventReceiver


See Also