AbstractHandlerRaiseTArgs Method |
Raises the list of events
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 11.0.0
Syntax protected void Raise<TArgs>(
string partName,
List<EventHandler<TArgs>> list,
TArgs e,
bool important = false
)
where TArgs : 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