EventDisconnected (Event): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens
Created page with "<onlyinclude>{{Event |name = EventDisconnected |arguments = Instance ''event'' |description = Fires when the receiver is attached to a different CustomEvent, when the [[So..."
>JulienDethurens
No edit summary
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<onlyinclude>{{Event
<onlyinclude>{{Event
|name = EventDisconnected
|name = EventDisconnected
|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]] [[EventConnected (Event)|EventConnected]]
[[Category:Events]]

Latest revision as of 01:20, 13 February 2012

EventDisconnected ( 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