Interface ITargetedCommand
A command that operates in a certain viewer frame
Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: OSGeo.MapGuide.ObjectModels.WebLayout
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface ITargetedCommand : ICustomCommand, ICommand, ILocalizable, INotifyPropertyChanged
Properties
| Improve this Doc View SourceTarget
Gets or sets the target.
Declaration
TargetType Target { get; set; }
Property Value
Type | Description |
---|---|
TargetType | The target. |
TargetFrame
Gets or sets the target frame.
Declaration
string TargetFrame { get; set; }
Property Value
Type | Description |
---|---|
System.String | The target frame. |