| AbstractHandlerRaiseTArgs Method | 
            Raises the list of events
            
 
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
 Syntax
Syntaxprotected 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
See Also