ModulePostBackEvent Property |
Gets the event that triggered the post back, if any.
Namespace: ConnectedApps.Cms.Sdk.FrameworkAssembly: ConnectedApps.Cms.Sdk (in ConnectedApps.Cms.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string PostBackEvent { get; }
Public ReadOnly Property PostBackEvent As String
Get
public:
property String^ PostBackEvent {
String^ get ();
}
member PostBackEvent : string with get
Property Value
Type:
String
See Also