Click or drag to resize
AbstractHandlerRaiseTArgs Method
Raises the list of events

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
protected void Raise<TArgs>(
	string partName,
	List<EventHandler<TArgs>> list,
	TArgs e,
	bool important = false
)
where TArgs : new(), EventArgs

Parameters

partName
Type: SystemString
Name of the part executing the handler
list
Type: System.Collections.GenericListEventHandlerTArgs
List of events to raise
e
Type: TArgs
Event arguments
important (Optional)
Type: SystemBoolean
If true, the event if considered important

Type Parameters

TArgs
See Also