Class ProfileUploadEventArgs
public class ProfileUploadEventArgs : EventArgs
- Inheritance
-
ProfileUploadEventArgs
- Inherited Members
Constructors
ProfileUploadEventArgs(bool, string)
public ProfileUploadEventArgs(bool success, string message)
Parameters
Properties
Message
public string Message { get; }
Property Value
Success
public bool Success { get; }