'DeclarationPublic Sub Merge( _ ByVal other As UACertificatesChangedEventArgs _ )
'UsageDim instance As UACertificatesChangedEventArgs Dim other As UACertificatesChangedEventArgs instance.Merge(other)
public void Merge( UACertificatesChangedEventArgs other )
public: void Merge( UACertificatesChangedEventArgs^ other )
Parameters
- other
- The other event arguments whose changes should be merged into this instance.
The value of this parameter cannot be
null(Nothingin Visual Basic).