Class BeforeCheckOutEventArgs
Represents BeforeCheckOut event arguments.
Inheritance
System.Object
System.EventArgs
BeforeCheckOutEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Quark.CMSAdapters.QPP.Data
Assembly: Quark.CMSAdapters.QPP.dll
Syntax
public class BeforeCheckOutEventArgs : EventArgs
Constructors
BeforeCheckOutEventArgs(String)
Initializes a new instance of the BeforeCheckOutEventArgs class.
Declaration
public BeforeCheckOutEventArgs(string urn)
Parameters
Type | Name | Description |
---|---|---|
System.String | urn | The urn. |
Properties
Cancel
Gets or sets a value to cancel this event.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ReadOnly
Gets or sets a value to indicate readonly check out.
Declaration
public bool ReadOnly { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Urn
Gets the urn.
Declaration
public string Urn { get; }
Property Value
Type | Description |
---|---|
System.String | The urn. |