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