Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / Framework / System / Windows / Controls / MediaScriptCommandRoutedEventArgs.cs / 1 / MediaScriptCommandRoutedEventArgs.cs
//------------------------------------------------------------------------------ // Microsoft Avalon // Copyright (c) Microsoft Corporation, 2003 // // File: MediaScriptCommandRoutedEventArgs.cs // //----------------------------------------------------------------------------- using System; namespace System.Windows { #region MediaScriptCommandRoutedEventArgs ////// /// public sealed class MediaScriptCommandRoutedEventArgs : RoutedEventArgs { internal MediaScriptCommandRoutedEventArgs( RoutedEvent routedEvent, object sender, string parameterType, string parameterValue ) : base(routedEvent, sender) { if (parameterType == null) { throw new ArgumentNullException("parameterType"); } if (parameterValue == null) { throw new ArgumentNullException("parameterValue"); } _parameterType = parameterType; _parameterValue = parameterValue; } ////// The type of the script command embedded in the media. /// public string ParameterType { get { return _parameterType; } } ////// The paramter of the script command embedded in the media. /// public string ParameterValue { get { return _parameterValue; } } private string _parameterType; private string _parameterValue; } #endregion } // namespace System.Windows // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ // Microsoft Avalon // Copyright (c) Microsoft Corporation, 2003 // // File: MediaScriptCommandRoutedEventArgs.cs // //----------------------------------------------------------------------------- using System; namespace System.Windows { #region MediaScriptCommandRoutedEventArgs ////// /// public sealed class MediaScriptCommandRoutedEventArgs : RoutedEventArgs { internal MediaScriptCommandRoutedEventArgs( RoutedEvent routedEvent, object sender, string parameterType, string parameterValue ) : base(routedEvent, sender) { if (parameterType == null) { throw new ArgumentNullException("parameterType"); } if (parameterValue == null) { throw new ArgumentNullException("parameterValue"); } _parameterType = parameterType; _parameterValue = parameterValue; } ////// The type of the script command embedded in the media. /// public string ParameterType { get { return _parameterType; } } ////// The paramter of the script command embedded in the media. /// public string ParameterValue { get { return _parameterValue; } } private string _parameterType; private string _parameterValue; } #endregion } // namespace System.Windows // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu
This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RouteData.cs
- InputScope.cs
- MSG.cs
- SamlAuthorizationDecisionClaimResource.cs
- TypeSystem.cs
- XDeferredAxisSource.cs
- ToolboxItemFilterAttribute.cs
- PeerApplicationLaunchInfo.cs
- CharUnicodeInfo.cs
- dataprotectionpermission.cs
- ReferenceEqualityComparer.cs
- TagElement.cs
- GenericTypeParameterBuilder.cs
- Sql8ConformanceChecker.cs
- TdsParserSafeHandles.cs
- DefaultHttpHandler.cs
- CatalogZone.cs
- DictionaryKeyPropertyAttribute.cs
- FontDriver.cs
- OdbcError.cs
- Drawing.cs
- TypeForwardedToAttribute.cs
- TextEditorCopyPaste.cs
- _ProxyChain.cs
- ConfigurationValue.cs
- PageAsyncTask.cs
- NoPersistScope.cs
- DiffuseMaterial.cs
- DeviceContext2.cs
- TextAction.cs
- FlowDocumentPage.cs
- TextEndOfLine.cs
- CryptoApi.cs
- ToolStripPanelRenderEventArgs.cs
- MeasureItemEvent.cs
- WebPartTransformerCollection.cs
- PowerModeChangedEventArgs.cs
- WindowsPen.cs
- ReaderWriterLockWrapper.cs
- CodeRegionDirective.cs
- BooleanStorage.cs
- MethodBody.cs
- OutputCacheProfileCollection.cs
- StandardTransformFactory.cs
- Triplet.cs
- ExpressionBuilder.cs
- TableRowCollection.cs
- CompressionTracing.cs
- DataGridSortCommandEventArgs.cs
- DrawingVisualDrawingContext.cs
- SystemColors.cs
- PassportAuthenticationEventArgs.cs
- SqlTypeConverter.cs
- SchemaTableColumn.cs
- ScriptingRoleServiceSection.cs
- UserInitiatedNavigationPermission.cs
- ISO2022Encoding.cs
- ParallelDesigner.cs
- Trace.cs
- PhysicalAddress.cs
- HttpServerVarsCollection.cs
- MulticastIPAddressInformationCollection.cs
- SecurityChannelFactory.cs
- HttpCacheParams.cs
- DataServiceRequestOfT.cs
- XmlExtensionFunction.cs
- ProviderConnectionPoint.cs
- ActivityInfo.cs
- SetIndexBinder.cs
- EntityDataSourceDesigner.cs
- TemplatedControlDesigner.cs
- Serialization.cs
- UdpTransportSettings.cs
- UTF7Encoding.cs
- StreamResourceInfo.cs
- FullTrustAssemblyCollection.cs
- MexBindingBindingCollectionElement.cs
- ConnectionInterfaceCollection.cs
- TransactionInformation.cs
- XmlNodeReader.cs
- BaseDataList.cs
- Size3DValueSerializer.cs
- BrowserCapabilitiesCompiler.cs
- SystemUdpStatistics.cs
- DetailsViewInsertedEventArgs.cs
- AttributeTable.cs
- DisplayNameAttribute.cs
- BrowserCapabilitiesCompiler.cs
- WorkflowApplicationEventArgs.cs
- InheritanceAttribute.cs
- OwnerDrawPropertyBag.cs
- ObjectKeyFrameCollection.cs
- ItemsControl.cs
- DuplicateWaitObjectException.cs
- Image.cs
- ColorBuilder.cs
- LOSFormatter.cs
- FindCriteriaCD1.cs
- DataTableTypeConverter.cs
- ServiceModelActivationSectionGroup.cs