    

 ## On this page

  

 

 #  Class ObjectBasePatchsetAddPatchesEvent

 Last update: 16.07.2025 

Namespace: [VM.Managed.DAFUL.FE.History](VM.Managed.DAFUL.FE.History.md)  
Assembly: VMFE.dll

This base class is to represent the add event for patchset.

```csharp
public class ObjectBasePatchsetAddPatchesEvent : ObjectBasePatchsetAddRemovePatchesEvent

```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ← HistoryEvent ← [ObjectBasePatchsetAddRemovePatchesEvent](VM.Managed.DAFUL.FE.History.ObjectBasePatchsetAddRemovePatchesEvent.md) ← [ObjectBasePatchsetAddPatchesEvent](VM.Managed.DAFUL.FE.History.ObjectBasePatchsetAddPatchesEvent.md)

#### Inherited Members

[ObjectBasePatchsetAddRemovePatchesEvent.Clear(bool)](VM.Managed.DAFUL.FE.History.ObjectBasePatchsetAddRemovePatchesEvent.md#VM_Managed_DAFUL_FE_History_ObjectBasePatchsetAddRemovePatchesEvent_Clear_System_Boolean_), [ObjectBasePatchsetAddRemovePatchesEvent.AfterUndo(HistoryEventArgs)](VM.Managed.DAFUL.FE.History.ObjectBasePatchsetAddRemovePatchesEvent.md#VM_Managed_DAFUL_FE_History_ObjectBasePatchsetAddRemovePatchesEvent_AfterUndo_VM_Managed_History_HistoryEventArgs_), [ObjectBasePatchsetAddRemovePatchesEvent.AfterRedo(HistoryEventArgs)](VM.Managed.DAFUL.FE.History.ObjectBasePatchsetAddRemovePatchesEvent.md#VM_Managed_DAFUL_FE_History_ObjectBasePatchsetAddRemovePatchesEvent_AfterRedo_VM_Managed_History_HistoryEventArgs_), [ObjectBasePatchsetAddRemovePatchesEvent.AddPatches()](VM.Managed.DAFUL.FE.History.ObjectBasePatchsetAddRemovePatchesEvent.md#VM_Managed_DAFUL_FE_History_ObjectBasePatchsetAddRemovePatchesEvent_AddPatches), [ObjectBasePatchsetAddRemovePatchesEvent.RemovePatches()](VM.Managed.DAFUL.FE.History.ObjectBasePatchsetAddRemovePatchesEvent.md#VM_Managed_DAFUL_FE_History_ObjectBasePatchsetAddRemovePatchesEvent_RemovePatches), [ObjectBasePatchsetAddRemovePatchesEvent.RefreshNavigator()](VM.Managed.DAFUL.FE.History.ObjectBasePatchsetAddRemovePatchesEvent.md#VM_Managed_DAFUL_FE_History_ObjectBasePatchsetAddRemovePatchesEvent_RefreshNavigator), HistoryEvent.ClearEvent(bool), HistoryEvent.Undo(HistoryEventArgs), HistoryEvent.Redo(HistoryEventArgs), HistoryEvent.Clear(bool), HistoryEvent.BeforeUndo(HistoryEventArgs), HistoryEvent.AfterUndo(HistoryEventArgs), HistoryEvent.BeforeRedo(HistoryEventArgs), HistoryEvent.AfterRedo(HistoryEventArgs), HistoryEvent.BeforeAdded(AddToHistoryManagerEventArgs), HistoryEvent.AfterAdded(HistoryEventArgs), HistoryEvent.IsValid

#### Extension Methods

[LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkProperties_System_Object_VM_Models_Pre_LinkPropertyType_), [LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkPropertiesAndValues_System_Object_VM_Models_Pre_LinkPropertyType_), [LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkedObjects__1_System_Object_VM_Models_Pre_LinkPropertyType_)

## Constructors

### <a id="VM_Managed_DAFUL_FE_History_ObjectBasePatchsetAddPatchesEvent__ctor_System_Object_System_Collections_Generic_ICollection_VM_Managed_DAFUL_FE_Patch__"></a> ObjectBasePatchsetAddPatchesEvent(object, ICollection)

```csharp
public ObjectBasePatchsetAddPatchesEvent(object obOriginal, ICollection<patch> patches)

```

#### Parameters

`obOriginal` [object](https://learn.microsoft.com/dotnet/api/system.object)

`patches` [ICollection](https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1)[Patch](VM.Managed.DAFUL.FE.Patch.md)&amp;gt;

## Methods

### <a id="VM_Managed_DAFUL_FE_History_ObjectBasePatchsetAddPatchesEvent_Redo_VM_Managed_History_HistoryEventArgs_"></a> Redo(HistoryEventArgs)

```csharp
public override void Redo(HistoryEventArgs args)

```

#### Parameters

`args` HistoryEventArgs

### <a id="VM_Managed_DAFUL_FE_History_ObjectBasePatchsetAddPatchesEvent_Undo_VM_Managed_History_HistoryEventArgs_"></a> Undo(HistoryEventArgs)

```csharp
public override void Undo(HistoryEventArgs args)

```

#### Parameters

`args` HistoryEventArgs