'Declaration Public Property CustomObject As System.Object
'Usage Dim instance As TransferProgressChangedEventArgs Dim value As System.Object instance.CustomObject = value value = instance.CustomObject
public System.object CustomObject {get; set;}
public read-write property CustomObject: System.TObject;
public function get,set CustomObject : System.Object