 | FDC3EventPreviousChannel Property |
The previous channel the window belongs to
Namespace:
OpenFin.FDC3.Events
Assembly:
OpenFin.FDC3 (in OpenFin.FDC3.dll) Version: 0.2.1-alpha6
Syntaxpublic ChannelBase PreviousChannel { get; set; }Public Property PreviousChannel As ChannelBase
Get
Set
public:
property ChannelBase^ PreviousChannel {
ChannelBase^ get ();
void set (ChannelBase^ value);
}Property Value
Type:
ChannelBase
See Also