Class
PictureNeededEventArgs

Event arguments for RadPictureHubTile's PictureNeeded event.

Definition

Namespace:Telerik.UI.Xaml.Controls.Primitives

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class PictureNeededEventArgs : EventArgs

Inheritance: objectEventArgsPictureNeededEventArgs

Inherited Members EventArgs.Empty

Constructors

PictureNeededEventArgs()

Declaration

cs-api-definition
public PictureNeededEventArgs()

Properties

Source

Gets or sets the source of the picture.

Declaration

cs-api-definition
public ImageSource Source { get; set; }

Property Value

ImageSource