Relativity.DataExchange.Process.ParentFormClosingEventArgs public sealed class ParentFormClosingEventArgs : EventArgs Represents the parent form closing event argument data. This class cannot be inherited. Documentation Code namespace Relativity.DataExchange.Process { public sealed class ParentFormClosingEventArgs : EventArgs { public Guid ProcessId { get; } public ParentFormClosingEventArgs(Guid processId); } }