Properties of the eventArgs argument when capturing keyboard events - Silverlight

What are the properties of the eventArgs argument when capturing keyboard events?

The properties of eventArgs are types of keys like shift, ctrl and mouse actions, mouse pointer coordinates, x coordinate value, y coordinate value
Function to get a reference to an object in the Silverlight control
The method findName() is used to refer an object inside the Silverlight control. The container reference is made in the Container.xaml and the corresponding....
Transformations Silverlight supports for the elements
The objects Ellipse and Rectangle are supported for transformations....
Steps needed to be performed in order to create an animation in XAML - Silverlight
Animation is performed by using Storyboard.TargetName property. For example, to animate an object, the following are the steps...
Post your comment