eDriven Framework API
TriggerEffect Method (effectStyleName, target)
NamespaceseDriven.Gui.ComponentsDisplayListMemberTriggerEffect(String, Object)
eDriven Framework API
Note: this has to go here because the container should be able to run children effects And we don't want to use too much castinh in the code
Declaration Syntax
C#Visual BasicVisual C++
public virtual bool TriggerEffect(
	string effectStyleName,
	Object target
)
Public Overridable Function TriggerEffect ( _
	effectStyleName As String, _
	target As Object _
) As Boolean
public:
virtual bool TriggerEffect(
	String^ effectStyleName, 
	Object^ target
)
Parameters
effectStyleName (String)
target (Object)
Return Value

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)