ITaxonomyEventsAfterTaxonomyMove Event
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax event EventHandler<TaxonomyRelocateEventArgs> AfterTaxonomyMove
Event AfterTaxonomyMove As EventHandler(Of TaxonomyRelocateEventArgs)
event EventHandler<TaxonomyRelocateEventArgs^>^ AfterTaxonomyMove {
void add (EventHandler<TaxonomyRelocateEventArgs^>^ value);
void remove (EventHandler<TaxonomyRelocateEventArgs^>^ value);
}
abstract AfterTaxonomyMove : IEvent<EventHandler<TaxonomyRelocateEventArgs>,
TaxonomyRelocateEventArgs>
Value
Type:
SystemEventHandlerTaxonomyRelocateEventArgsRemarks This event is fired before changes are applied to the content store.
See Also